Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Sep 17, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest cb93b7d -> 3b33572
@angular/animations (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/cdk dependencies digest 3487fa5 -> 646bfcd
@angular/cdk devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/common dependencies digest 3c1cdb1 -> 28c1c9b
@angular/common (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/compiler dependencies digest f96d1f4 -> 015a47c
@angular/compiler (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/compiler-cli dependencies digest 0a1db1e -> f6813c2
@angular/compiler-cli (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/core dependencies digest f1cc2a6 -> 16a1bcc
@angular/core (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/forms dependencies digest 1c3ee21 -> e9fb045
@angular/forms (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/language-service dependencies digest 6eaef60 -> 721d09a
@angular/localize dependencies digest e6330a8 -> e65f292
@angular/localize devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/material dependencies digest dcb9725 -> e845069
@angular/material devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/material-moment-adapter dependencies digest a89768f -> 66e56f2
@angular/ng-dev devDependencies digest 5c80533 -> 5d40944
@angular/platform-browser dependencies digest f8918d3 -> dc91001
@angular/platform-browser (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest dd60f36 -> 79041cb
@angular/platform-server dependencies digest 0957e4c -> 714c8f2
@angular/platform-server (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/router dependencies digest 47bc50a -> 032c73b
@angular/router (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
@angular/service-worker dependencies digest 5917574 -> a9b2364
@angular/service-worker (source) devDependencies patch 21.0.0-next.3 -> 21.0.0-next.4 age adoption passing confidence
angular/dev-infra action digest 470e655 -> 7b35868
devinfra git_override digest 470e655 -> 7b35868

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v21.0.0-next.4

Compare Source

Breaking Changes

common
  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.
core
  • Using a combination of provideZoneChangeDetection
    while also removing ZoneJS polyfills will no longer result in the
    internal scheduler being disabled. All Angular applications now
    consistenly use the same scheduler, and those with the Zone change detection
    provider include additional automatic scheduling behaviors based on
    NgZone stabilization.
  • Angular no longer provides a change detection scheduler
    for ZoneJS-based change detection by default. Add
    provideZoneChangeDetection to the providers of your
    bootstrapApplication function or your AppModule (if using
    bootstrapModule). This provider addition will be covered by an
    automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.
common
Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#​63674)
compiler
Commit Type Description
803dc8e44c fix Add support for aria-invalid (#​63748)
compiler-cli
Commit Type Description
89cf62f907 fix only bind inputs that are part of microsyntax to a structural directive (#​52453)
7fd3db0423 fix remove internal syntax-related flags (#​63787)
0a60e355e1 fix signal not invoked diagnostic not raised when input has same name in template (#​63754)
core
Commit Type Description
809a4ed8c1 feat Add migration for zoneless by default. (#​63042)
1352fbdbf2 fix Drop special-case disables automatic change detection scheduling (#​63846)
3d6eeab2e0 fix prevent animation events from being cleaned up on destroy (#​63414)
a4001c440f fix Prevent leave animations on a move operation (#​63745)
45fed3d201 fix Remove Zone-based change provider from internals by default (#​63382)
a5e5dbbc16 refactor remove moduleId from Component metadata (#​63482)
9a16718b13 refactor remove deprecated interpolation option on Components. (#​63474)
forms
Commit Type Description
d201cd2c2b feat Prevents marking fields as touched/dirty when state is hidden/readonly/disabled (#​63633)
migrations
Commit Type Description
8dc8914c8a feat add migration to convert ngStyle to use style (#​63517)
4133b08d93 fix fix route-lazy-loading migration (#​63818)
angular/components (@​angular/cdk)

v21.0.0-next.4

Compare Source

material
Commit Type Description
962a60c11 fix button: do not show hover state on devices that don't support hover (#​31866)
31562a4b8 fix core: separate text/bg colors in utility classes (#​31879)
a2906ddf3 fix tabs: attach content inside the zone (#​31868)
cdk-experimental
Commit Type Description
c21dfa348 fix ui-patterns: enter/space/click in single selection mode should not deselect tree item (#​31843)

Configuration

📅 Schedule: Branch creation - At 0 minutes past the hour, every 2 hours ( 0 */2 * * * ) in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Sep 17, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 21 times, most recently from dbe6947 to 753dc9f Compare September 18, 2025 22:05
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 753dc9f to 3e300bd Compare September 19, 2025 07:26
@alan-agius4 alan-agius4 merged commit 1ad7816 into angular:main Sep 19, 2025
42 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/main-cross-repo-angular-dependencies branch September 19, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants